home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megarom
/
Megarom Macintosh CD Software (Quantum Leap)(1992).iso
/
COMMUNICATION
/
Term-Plus
/
Sample GEnie Script
< prev
next >
Wrap
Text File
|
1989-11-21
|
328b
|
24 lines
AutoType "ATDT9525400^M"
@Label1
If Prompt = "CONNECT" Then @Start
If Prompt = "NO CONNECT" Then @Stop
GoTo @Label1
@Start
AutoType "H"
Pause 1
AutoType "H"
Pause 1
AutoType "H^M"
Set Timer 10
@Label2
If Prompt = "U#=" Then @Label3
If Timer Off Then @Stop
Goto @Label2
@Label3
AutoType "^RXYZ12345,HOUSE*MAGNET^M"
@Stop
Quit